3.6.47 \(\int \frac {\sqrt {a^2+2 a b x^2+b^2 x^4}}{x^7} \, dx\) [547]

Optimal. Leaf size=72 \[ -\frac {\left (a+b x^2\right ) \sqrt {a^2+2 a b x^2+b^2 x^4}}{4 a x^6}+\frac {\left (a^2+2 a b x^2+b^2 x^4\right )^{3/2}}{12 a^2 x^6} \]

[Out]

1/12*(b^2*x^4+2*a*b*x^2+a^2)^(3/2)/a^2/x^6-1/4*(b*x^2+a)*((b*x^2+a)^2)^(1/2)/a/x^6

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 72, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 26, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.038, Rules used = {1124} \begin {gather*} \frac {\left (a^2+2 a b x^2+b^2 x^4\right )^{3/2}}{12 a^2 x^6}-\frac {\left (a+b x^2\right ) \sqrt {a^2+2 a b x^2+b^2 x^4}}{4 a x^6} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sqrt[a^2 + 2*a*b*x^2 + b^2*x^4]/x^7,x]

[Out]

-1/4*((a + b*x^2)*Sqrt[a^2 + 2*a*b*x^2 + b^2*x^4])/(a*x^6) + (a^2 + 2*a*b*x^2 + b^2*x^4)^(3/2)/(12*a^2*x^6)

Rule 1124

Int[((d_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4)^(p_), x_Symbol] :> Simp[(d*x)^(m + 1)*((a + b*x^2
+ c*x^4)^(p + 1)/(4*a*d*(p + 1)*(2*p + 1))), x] - Simp[(d*x)^(m + 1)*(2*a + b*x^2)*((a + b*x^2 + c*x^4)^p/(4*a
*d*(2*p + 1))), x] /; FreeQ[{a, b, c, d, m, p}, x] && EqQ[b^2 - 4*a*c, 0] &&  !IntegerQ[p] && EqQ[m + 4*p + 5,
 0] && NeQ[p, -2^(-1)]

Rubi steps

\begin {align*} \int \frac {\sqrt {a^2+2 a b x^2+b^2 x^4}}{x^7} \, dx &=-\frac {\left (a+b x^2\right ) \sqrt {a^2+2 a b x^2+b^2 x^4}}{4 a x^6}+\frac {\left (a^2+2 a b x^2+b^2 x^4\right )^{3/2}}{12 a^2 x^6}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 39, normalized size = 0.54 \begin {gather*} -\frac {\sqrt {\left (a+b x^2\right )^2} \left (2 a+3 b x^2\right )}{12 x^6 \left (a+b x^2\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[a^2 + 2*a*b*x^2 + b^2*x^4]/x^7,x]

[Out]

-1/12*(Sqrt[(a + b*x^2)^2]*(2*a + 3*b*x^2))/(x^6*(a + b*x^2))

________________________________________________________________________________________

Maple [A]
time = 0.02, size = 36, normalized size = 0.50

method result size
risch \(\frac {\left (-\frac {b \,x^{2}}{4}-\frac {a}{6}\right ) \sqrt {\left (b \,x^{2}+a \right )^{2}}}{x^{6} \left (b \,x^{2}+a \right )}\) \(35\)
gosper \(-\frac {\left (3 b \,x^{2}+2 a \right ) \sqrt {\left (b \,x^{2}+a \right )^{2}}}{12 x^{6} \left (b \,x^{2}+a \right )}\) \(36\)
default \(-\frac {\left (3 b \,x^{2}+2 a \right ) \sqrt {\left (b \,x^{2}+a \right )^{2}}}{12 x^{6} \left (b \,x^{2}+a \right )}\) \(36\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((b*x^2+a)^2)^(1/2)/x^7,x,method=_RETURNVERBOSE)

[Out]

-1/12*(3*b*x^2+2*a)*((b*x^2+a)^2)^(1/2)/x^6/(b*x^2+a)

________________________________________________________________________________________

Maxima [A]
time = 0.28, size = 15, normalized size = 0.21 \begin {gather*} -\frac {3 \, b x^{2} + 2 \, a}{12 \, x^{6}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((b*x^2+a)^2)^(1/2)/x^7,x, algorithm="maxima")

[Out]

-1/12*(3*b*x^2 + 2*a)/x^6

________________________________________________________________________________________

Fricas [A]
time = 0.32, size = 15, normalized size = 0.21 \begin {gather*} -\frac {3 \, b x^{2} + 2 \, a}{12 \, x^{6}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((b*x^2+a)^2)^(1/2)/x^7,x, algorithm="fricas")

[Out]

-1/12*(3*b*x^2 + 2*a)/x^6

________________________________________________________________________________________

Sympy [A]
time = 0.05, size = 15, normalized size = 0.21 \begin {gather*} \frac {- 2 a - 3 b x^{2}}{12 x^{6}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((b*x**2+a)**2)**(1/2)/x**7,x)

[Out]

(-2*a - 3*b*x**2)/(12*x**6)

________________________________________________________________________________________

Giac [A]
time = 4.32, size = 31, normalized size = 0.43 \begin {gather*} -\frac {3 \, b x^{2} \mathrm {sgn}\left (b x^{2} + a\right ) + 2 \, a \mathrm {sgn}\left (b x^{2} + a\right )}{12 \, x^{6}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((b*x^2+a)^2)^(1/2)/x^7,x, algorithm="giac")

[Out]

-1/12*(3*b*x^2*sgn(b*x^2 + a) + 2*a*sgn(b*x^2 + a))/x^6

________________________________________________________________________________________

Mupad [B]
time = 4.24, size = 35, normalized size = 0.49 \begin {gather*} -\frac {\left (3\,b\,x^2+2\,a\right )\,\sqrt {{\left (b\,x^2+a\right )}^2}}{12\,x^6\,\left (b\,x^2+a\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((a + b*x^2)^2)^(1/2)/x^7,x)

[Out]

-((2*a + 3*b*x^2)*((a + b*x^2)^2)^(1/2))/(12*x^6*(a + b*x^2))

________________________________________________________________________________________